[NO-ISSUE] Update Maven artifact plugin - #6880
Closed
kbowers-ibm wants to merge 2 commits into
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Thank you for submitting this pull request
NOTE!: Double-check the target branch for this PR.
The default is
main.Ports If a forward-port or a backport is needed, paste the forward port PR here
Issue: (please edit the GitHub Issues link if it exists)
Referenced Pull Requests: (please edit the URLs of referenced pull requests if they exist)
How to replicate the CI locally
The CI does "simple" maven build(s). All commands can be run from the repository root.
Quick build of just your changed modules and their dependents (mirrors what CI does on a PR):
To compute
<upstream-modules>and<affected-modules>automatically (requires JBang):jbang script/ci/CiComputeBuildScopes.java \ <changed-files.txt> \ <upstream-modules.txt> \ <affected-modules.txt> \ <changed-modules.txt>Full build (equivalent to what runs on every push to
main):-Dfulladditionally builds the distribution modules and generates Javadoc JARs.Useful flags:
-Dquickly-DskipTests-DskipITs-Denforcer.skip=true-Dcheckstyle.skip=true-Dformatter.skip=true-Darchunit.skip=trueHow to retest this PR or trigger a specific build
git commit --allow-empty -m "re-trigger CI").